<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size:14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input[type="button"],input[type="text"], textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #666666;}
input:-moz-placeholder{ color: #666666;}   
input::-moz-placeholder{ color: #666666;}
input:-ms-input-placeholder{ color: #666666;} 
textarea::-webkit-input-placeholder{ color: #666666;}
textarea:-moz-placeholder{ color: #666666;}   
textarea::-moz-placeholder{ color: #666666;}
textarea:-ms-input-placeholder{ color: #666666;} 


/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


/*LAYOUT*/
.page-wrap{ 
	position:relative; 
	width: 100%; 
	overflow:hidden;
}
.transition {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.b-shadow{
	-o-box-shadow:0 5px 20px rgba(0,0,0,.15); 
	-ms-box-shadow:0 5px 20px rgba(0,0,0,.15); 
	-moz-box-shadow:0 5px 20px rgba(0,0,0,.15); 
	-webkit-box-shadow:0 5px 20px rgba(0,0,0,.15); 
	box-shadow:0 5px 20px rgba(0,0,0,.15);
}
.pc-block{ display: block;}
.mb-block{ display: none;}
.page-wrap{ padding-top: 100px;}
.container{ max-width: 1560px; padding: 0 80px; margin:0 auto;}

@media (max-width:999px){ 
	.pc-block{ display: none; }
	.mb-block{ display: block;}
	.page-wrap{ padding-top: 1.4rem;}
	.container{ padding: 0 0.4rem;}
}
.scale-img{ overflow: hidden;}
.scale-img:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}



/* ========== */
/* = HEADER = */
/* ========== */
.header{ position: fixed; top:0; left:0; width: 100%; z-index: 99; background: #FFFFFF; -webkit-box-shadow:0 5px 10px rgba(0,0,0,.05); box-shadow:0 5px 10px rgba(0,0,0,.05);}
.header ul{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:center;}
.header li{ position: relative;}
.header li&gt;a{ font-size: 16px; color: #222222; line-height: 54px; padding:23px 15px; letter-spacing: 2px; display: inline-block; position:relative;}
.header li&gt;a:after{ content: ""; position: absolute; bottom:25px; left:0; width: 0; border-bottom:1px solid #1659ad;}
.header li.current&gt;a,
.header li:hover&gt;a{ color: #1659ad;}
.header li.current&gt;a:after{ width: 100%;}
.header li .logo{ padding: 0; float:left; margin-top:10px;}
.header li .logo img{ height:42px;}
.header li:hover div{ display: block;}
.header li div.navson{ display: none; position: absolute; top:100px; left:50%; width: 140px; background: #FFFFFF; margin-left: -70px; -webkit-box-shadow:0 5px 10px rgba(0,0,0,.05); box-shadow:0 5px 10px rgba(0,0,0,.05); text-align: center;} 
.header li div.navson a{ display: block; line-height: 44px; letter-spacing: 1px;}
.header li div.navson a:hover{ background: #1659ad; color: #FFFFFF;}
.header .tel{ position: absolute; right:0; top:0; height: 100px; padding:22px 55px;}
.header .tel div{ display: none; position: absolute; right:0; top:88px; text-align: center; width: 260px; height: 72px; padding-top: 10px; line-height: 60px; background: url(img/tel_bg.png) center no-repeat; font-size: 24px; color: #1659ad;}
.header .tel div span{ display: inline-block; vertical-align: middle; }
.header .tel div img{ display: inline-block; vertical-align: middle; margin-right: 10px; }
.header .tel:hover div{ display: block; }
.mb-logo { display:none; width: 50%; margin:0 auto; padding-top:0.3rem;}
.mb-logo img{ height: 0.8rem; }
.mb-nav-ico{ display: none; position: absolute; top:50%; margin-top: -0.23rem; left:0.3rem;  width:0.6rem; height:0.46rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute; left: 0;display: block; height:2px; border-radius: 0.02rem; width: 100%; background: #1659ad; }
.mb-nav-ico .line:nth-child(1) { top: 0.001rem;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top:-0.02rem;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px; transform: rotate(-45deg);}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);}


.trait{
	float: left;
	margin-left: 20px; margin-top:10px;
}
.trait ul li{
	float: left;
	padding: 0px 10px;
	border-left: #ececec solid 1px;
	text-align: center;
	margin-top: 0px;
}
@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url(../fonts/SourceHanSansCN-Normal_0.otf);
}
.trait ul li .t3{
	/*font-family: 'SourceHanSansCN-Normal';*/
	color: #000000;
	font-size: 16px;
}
.trait ul li .t4{
	position: relative;
	/*font-family: 'SourceHanSansCN-Medium';*/
	color: #243859;
	font-size: 17px;
	font-weight:bold;
	padding: 0px 15px;
	margin-top: 2%;
}
.trait ul li .t4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: url(../images/) center left no-repeat;
}
.trait ul li .t4:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: url(../images/) center right no-repeat;
}
@media only screen and (max-width: 1200px){
	.trait ul li{
		padding: 0px 15px;
	}
	.trait ul li .t3{
		font-size: 15px;
	}
	.trait ul li .t4{
		font-size: 17px;
	}
}
@media only screen and (max-width: 1024px){
	.header-bottom{
		background-color: #FFFFFF;
	}
	.trait{
		display: none;
	}
}




@media (max-width:1660px){ 
		.header .tel{ padding: 22px 20px; }
		.header .tel div{ width: 200px; font-size: 18px;}
}


/* ========== */
/* = FOOTER = */
/* ========== */ 
.footer .container{display: flex; flex-flow: wrap; justify-content: space-between; align-items:stretch;}
.footer .left{ width: 62%; max-width: 800px; padding: 75px 0 70px;}
.footer .left .text{ display: flex; flex-flow: wrap; justify-content: flex-start; align-items:flex-start;}
.footer .left .text a:hover{color: #1659ad;}
.footer .left .foot-logo{ display: inline-block;}
.footer .left .text .des{ margin-left: 5%; padding-left: 5%; border-left:1px solid #dddddd; font-size: 16px; line-height: 32px;}
.footer .left ul{ margin-top: 80px; display: flex; flex-flow: wrap; justify-content: space-between; align-items:flex-start;}
.footer .left li&gt;a{ display: block; font-size: 20px; color: #222222;}
.footer .left li&gt;a:hover{color: #1659ad;}
.footer .left li div{ margin-top: 10px;}
.footer .left li div a{ display: block; font-size: 16px; line-height: 32px; color: #888;}
.footer .left li div a:hover{color: #1659ad;}

.foot-form{   padding: 30px 0 30px; border-left: 1px solid #dddddd; padding-left: 5%;}
.foot-form .tit{ margin-bottom: 30px; font-size: 30px; color: #1659ad; letter-spacing: 5px;}
.foot-form .in{ margin-top: 10px; border: 1px solid #eeeeee; height: 54px; padding-left:52px; position:relative; padding-right: 10px; color: #333333; border-radius: 5px;}
.foot-form .in input{ width: 100%; height: 54px; line-height:30px; padding:12px 0; background: none; border: none;}
.foot-form .in i{ position: absolute; top:50%; left:10px; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 35px; height: 35px; background-size: cover;}
.foot-form .in .ico-01{ background-image: url(img/foot_form_01.png);}
.foot-form .in .ico-02{ background-image: url(img/foot_form_02.png);}
.foot-form .in .ico-03{ background-image: url(img/foot_form_03.png);}
.foot-form .in:nth-child(4){ padding-right: 70px;}
.foot-form .in:nth-child(4) span{ position: absolute; top:0; right:20px; line-height: 54px; font-size: 18px; color: #999999;}
.foot-form .button{ margin-top: 18px; width: 100%; color: #FFFFFF; line-height: 60px; background: #1659ad; font-size: 18px; border-radius: 5px;}
.copyright{ border-top: 1px solid #dddddd; padding: 10px 0;}
.copyright .container{  display: flex; flex-flow: wrap;  justify-content: space-between; align-items:center; }
.copyright a:hover{color: #1659ad;}
.copyright .foot-ico a{ position: relative; margin-left: 10px; display: inline-block; width: 35px; height: 35px; background-size: cover; cursor: pointer;}
.copyright .foot-ico .ico-wx{ background-image: url(img/foot_ico_01.png);}
.copyright .foot-ico a div{ display: none; position: absolute; bottom: 40px; left:50%; margin-left: -60px; width: 120px; background: #fff;}
.copyright .foot-ico a .qq{  line-height: 40px; width: 120px; text-align: center; font-weight: bold; font-size: 20px; }
.copyright .foot-ico .ico-qq{ background-image: url(img/foot_ico_02.png);} 
.copyright .foot-ico .ico-iphone{ background-image: url(img/foot_ico_03.png);}
.copyright .foot-ico a:hover div{ display: block; }

/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; left: 0; top:1.4rem; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; right: 100%; top:1.4rem; width:100%; height:100%; padding-bottom: 1.6rem; text-align: left; z-index: 11111; overflow-y: scroll;  background: #FFFFFF; }
.menu li { position: relative;}
.menu li&gt;span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.36rem; line-height: 1.36rem; color: #767676; font-size: 0.38rem; border-bottom: 1px solid #e9e9e9;}
.menu ul li&gt;span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #1659ad; border-radius: 100%;}
.menu ul li a{ color: #555;}
.menu ul li&gt;span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(img/menu_bg.png) no-repeat; background-size: cover;}
.menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; line-height: 1.2rem; font-size: 0.32rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a:before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(img/menu_bg3.png) no-repeat; background-size: cover; }
.menu li&gt;span.active a { color: #1659ad;}
.menu li&gt;span.active::before { color: #fff; background: #1659ad; border-color: #1659ad;}
.menu li&gt;span.haschild.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(img/menu_bg2.png) no-repeat center; }
 

 
@media (max-width:999px){ 
	
	/* ========== */
	/* = HEADER = */
	/* ========== */
	.page-wrap{ padding-top: 1.4rem; background: #FFFFFF;}
	.header{  height: 1.4rem;}
	.header ul{ display: none;}
	.header .mb-logo{ display: block;}
	.header .tel{ width: 0.8rem;}
	.mb-nav-ico{ display: block;}
	
	
	/* ========== */
	/* = FOOTER = */
	/* ========== */ 
	.footer .left{ width: 100%; max-width: 100%; padding: 1rem 0;}
	.footer .left .foot-logo{ width:18%;}
	.footer .left .text .des{ width: 72%;  font-size: 0.32rem; line-height: 0.6rem;}
	.footer .left ul{ margin-top:0.8rem;}
	.footer .left li&gt;a{ font-size: 0.34rem;}
	.footer .left li div{ margin-top: 0.133333rem;}
	.footer .left li div a{ font-size: 0.32rem; line-height: 0.6rem;}
	
	.foot-form{ width: 100%; padding:0 0 1rem; padding-left: 0; border: none;}
	.foot-form .tit{ margin-bottom: 0.533333rem; font-size: 0.533333rem; letter-spacing: 0.066666rem;}
	.foot-form .in{ padding-left:1.1rem; }
	.foot-form .in i{ width:0.66rem; height: 0.66rem;}
	.foot-form .in:nth-child(4){ padding-right: 70px;}
	.foot-form .in:nth-child(4) span{ font-size: 0.34rem; }
	.foot-form .button{  line-height:1.2rem; font-size: 0.36rem;}
	.copyright .foot-ico a{ margin-left:0.133333rem; width:0.66rem; height: 0.66rem;}
	
}

.imgbox{ display:block; position:relative;  }
.imgbox:before{content:""; display:block; padding-top:75%}

.imgbox.imgbox1-2:before{ padding-top:125%}
.imgbox.imgbox1-1:before{ padding-top:100%}
.imgbox img{ height:100% ; position:absolute !important; width:100%;top:0; left:0; display:block; width:100%;}

.yc_tel big {
    font-size: 20px;
    color: #1659ad;
    font-weight: bold;
    line-height: 1.2;
}</pre></body></html>